To connect to a NetWare resource
Windows Explorer displays Novell Directory Services (NDS) trees with a tree icon and individual NetWare computers with a computer icon.
Important
Notes
To connect to an individual NetWare volume
net use drive: {UNCname|NetWareName}
For example, to use the Universal Naming Convention (UNC) naming syntax to redirect drive G to the \Data\Mydata directory of the Thor volume on a server called Nw4, type:
net use G: \\nw4\thor\data\mydata
The following message indicates that your user name and password cannot be authenticated:
The password is invalid for \\server name\volume name[\directory name...]
To connect with a valid user name and password
/user: UserName password
For example, to use drive G to connect as Annie with the password Marshmallow to the \Data\Mydata directory within the Thor volume on a server called Nw4, type:
net use G: \\nw4\thor\data\mydata /user:annie marshmallow
To connect to a Novell Directory Services (NDS) tree
net use drive: \\TreeName\volume.OrgName.OrgName [/u:UserName.OrgName.OrgName [password]]
Value | Description |
---|---|
TreeName | Name of the tree volume. |
OrgName | Tree location to which you want to connect. |
UserName.OrgName.OrgName | The user name and context for this tree (unless it is your default tree). |
Important
Notes
net use *: UNCname or NetWarename
net use /?